<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* é«˜æ¸…å¤§å›¾èƒŒæ™¯ç§»åŠ¨æ&nbsp;·å¼ */
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    /* border-top: 5px solid #316594; */
    background: #fff;
    /* -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16); */
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none
}

.jquery-script-center a {
    text-decoration: none
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right
}

.jquery-script-clear {
    clear: both;
    height: 0
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#wrap3d {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

#showcase {
    /* position: absolute;
    left: 0; */
    width: 960px;
    height: 460px;
    margin-left: -80px;
    /* background: #16235e;
    background: -moz-linear-gradient(top, #16235e 0%, #020223 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16235e), color-stop(100%, #020223));
    background: -webkit-linear-gradient(top, #16235e 0%, #020223 100%);
    background: -o-linear-gradient(top, #16235e 0%, #020223 100%);
    background: -ms-linear-gradient(top, #16235e 0%, #020223 100%);
    background: linear-gradient(to bottom, #16235e 0%, #020223 100%); */
    /* -webkit-box-shadow: 0 0 13px 5px #00dcff;
    -moz-box-shadow: 0 0 13px 5px #00dcff;
    box-shadow: 0 0 43px 30px #00dcff26;
    border-radius: 8px; */
    margin-top: 12px;
    visibility: hidden;
    /* border: 1px solid rgba(0, 251, 255, .31) */
}

.right-imgs-jiaohu {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

.right-imgs-jiaohu .img-list li {
    margin-bottom: 4px;
}

.right-imgs-jiaohu h3 {
    position: relative;
    font: bold 24px 'Microsoft YaHei';
    color: #c40000;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.right-imgs-jiaohu h3:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 48px;
    height: 4px;
    background: #b10201;
    content: ""
}


.right-imgs-jiaohu .img-list li a {
    color: #000;
    font: normal 14px SimSun;
}
.right-imgs-jiaohu .img-list li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#showcase img {
    cursor: pointer
}

#item-title {
    color: #f31414;
    font-size: 29px;
    letter-spacing: .13em;
    text-shadow: 1px 1px 6px #c72b2b;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 22px
}

.nav-arrow {
    text-align: center
}

.nav-arrow &gt;button {
    width: 64px;
    height: 36px;
    color: #666;
    font: 700 16px arial;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    text-shadow: 0 1px 0 #f5f5f5;
    background: #f6f6f6;
    border: solid 2px rgba(0, 0, 0, .4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, .4);
    cursor: pointer
}

.nav-arrow&gt;button:active,
.nav-arrow&gt;button.down {
    background: #dfdfdf;
    border: solid 2px rgba(0, 0, 0, .6);
    box-shadow: none
}

.cloud9-item.active .h5-mask {
    display: none;
}

/* 3dè½®æ’­å›¾æ&nbsp;·å¼ */

.cloud9-item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 320px;
    opacity: 0.98;cursor:pointer;
}

.cloud9-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: ""
}
.cloud9-item.active:after {
    display: none;
}

.cloud9-item.active .h5-mask{
    background: transparent;
}

.cloud9-item.active.show-code .h5-mask {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .7);
}
.cloud9-item.active.show-code .code {
    display: inline-block;
}
.cloud9-item.active.show-code p {
    display: block
}

.h5-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, .1);
}

.h5-mask .code {
    display: none;
    margin-top: 90px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.h5-mask p {
    display: none;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font: normal 16px SimHei;
    color: #fff;
}

.cloud9-item .img-h5bg {
    width: 100%;
    height: 100%;cursor:pointer;
}

/* 70é—®å¯¼èˆªä¸“ç”¨æ&nbsp;·å¼ */
.bk {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.bk-title {
    height: 83px;
    background: url(images/titbg1.png) repeat-x bottom;
    margin-bottom: 30px;
}
.bk-title h3 {
    float: left;
    height: 83px;
}
.bk-title h3 img {
    height: 100%;
}
.bk * {
    box-sizing: border-box
}

.bk-3d {
    position: relative;
    height: 395px;
}
.bk-3d .left-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 113px;
    height: 100%;
    padding-top: 16px;
}

.bk-3d .logo-70wen {
    width: 100%;
    height: auto;
}

.bk-3d .left-nav-list {
    
}

.bk-3d .left-nav-list .nav-item{
    height: 53px;
    background: #c70201;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
}
.bk-3d .left-nav-list .nav-item.active,
.bk-3d .left-nav-list .nav-item:hover {
    background: #54060a;
}
.bk-3d .left-nav-list .nav-item img {
    height: 23px;
    width: auto;
    margin-top: 14px;
}
.bk-3d .right-5news-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 345px;
    height: 395px;
    overflow: hidden;
}
.bk-3d .right-5news-wrap:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    background: url(images/3d-shadow.png) center top repeat-y;
    background-size: auto 100%;
    content: ""
}
.bk-3d .news5-list {
    width: 317px;
    height: 100%;
    overflow: auto;
}

.bk-3d .news5-list li {
    background: #cc1b1a;
    height: 79px;
    border-top: 2px solid #f0bbba;
    padding: 16px 20px;
    text-align: justify;
}
.bk-3d .news5-list li a {
    color: #fff;
    font: normal 16px/1.5 'Microsoft YaHei'
}
.bk-3d .news5-list li.active a,
.bk-3d .news5-list li a:hover {
    color: #fed896;
    text-decoration: none;
}
.bk-3d .news5-list li:first-child {
    border: 0;
}


.bk-3d .center-img-wrap {
    height: 100%;
    /*margin-left: 118px;
    margin-right: 258px;*/
	width:655px; float:left;
}

.bk-3d .imgs3d-list {
    height: 100%;
    overflow: hidden;
}


.bk-3d .imgs3d-list {
    height: 100%;
}

.bk-3d .imgs3d-list img {
   
}

/* é˜…å…µæ¿å— */

.big-img-wrap-yuebing {
    position: relative;
    width: 1000px;
    height: 620px;
    margin-bottom: 25px;
}

.btn-close-video {
    display: none;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 9;
    color: #fff;
    width: 100px;
    text-align: center;
    opacity: .8;
    font-size: 16px;
    cursor: pointer;
    font-family: 'SimSun';
    background: rgba(0, 0, 0, .4)
}
.btn-close-video:hover {
    opacity: 1;
}

.big-img-wrap-yuebing .swiper-slide {
    width: 100%;
    height: 100%;
}

.big-img-wrap-yuebing .swiper-slide .img-slide {
    width: 100%;
}



.bk .swiper-slide {
    position: relative;
}

.video-wrap .desc-yuebing,
.video-yuebing {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font: normal 16px/50px 'SimSun';
    background: #a70101;
    background: rgba(167,1,1, .82);
    padding-left: 25px;
    font: normal 16px/50px 'SimSun';
}





.play-video {
    position: absolute;
    left: 26px;
    bottom: 72px;
    z-index: 2;
    width: 84px;
    height: 84px;
    opacity: .8;
    cursor: pointer;
}
.play-video:hover {
    opacity: 1;
}

.video-code {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 520px;
    background: rgba(0, 0, 0, .2);
    
}

.video-yuebing a {
    color: #fff;
}

.video-code embed {
    /* display: none; */
    width: 100%;
    height: 100%;
}

.swiper-container-yuebing {
    width: 100%;
    height: 100%;
}
.swiper-yuebing embed {
    display: none;
}

.swiper-yuebing {
    width: 1000px;
    height: 190px;
    overflow: hidden;
}
.swiper-yuebing .swiper-slide{
    /* float: left; */
    width: 260px;
    height: 190px;
    padding: 0 11px;
}

.swiper-yuebing .video-code {
    display: none;
}

.swiper-yuebing .video-yuebing {
    background: transparent;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-left: 0;
}

.swiper-yuebing .desc-yuebing {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
    font: normal 16px/25px 'SimSun';
    padding-left:11px;
}



.swiper-yuebing .desc-yuebing a {
    display: block;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-yuebing .video-yuebing a {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-yuebing .play-video {
    left: 100px;
    bottom: 80px;
    width: 43px;
    height: 43px;
}

.video-wrap .swiper-slide {
    display: none;
}

.video-wrap {
    width: 100%;
    height: 100%;
}
.video-wrap .swiper-slide:first-child {
    display: block;
}
.video-wrap .swiper-slide .img-slide {
    width: 1000px;
    height: 620px;
}

/* 32å¼&nbsp;å›¾å&nbsp;†å&nbsp;æ•ˆæžœ */
.bk-32 {
    position: relative;
}

.bk-32 .swiper32-outer {
    position: relative;
    width: 929px;
    height: 453px;
}
.bk-32 .swiper32-wrap2,
.bk-32 .swiper32-wrap {
    /* background: url(images/bg-papper.png) no-repeat top; */
    /* background: #ccc; */
    width: 929px;
    height: 453px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.bk-32 .swiper32-wrap2 {
    height: 100px;
    z-index: 2;
    bottom: 0;
    top: unset;
    background: url(images/bg-cehua.png) no-repeat bottom;
}

/*.bk-32 .swiper333 {
    overflow: visible;
}*/


.bk-32 .swiper-container32 {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -365px;
    width: 730px;
    height: 400px;
}

.pagination32 {
    position: absolute;
    bottom: 51px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
}

.bk-32 .bk-title {
    margin-bottom: 60px;
}

.bk-32 .bg-papper {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 98%;
    height: auto;
}

.bk-32 .bg-cehua {
    position: absolute;
    left: 0;
    bottom: 19px;
    z-index: 3;
    width: 100%;
    height: auto;
}

.bk-32 {
    margin:60px auto 0 auto;
}

/* å›½å²è®²å&nbsp;‚è½®æ’­å›¾ */

.swiper-guoshi .swiper333 {
    height: 450px;
}

.swiper-guoshi .swiper-container-guoshi {
    width: 100%;
    height: 100%;
}

.swiper-guoshi .swiper-container-guoshi .swiper-slide {
    width: 276px;
    height: 416px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    overflow: hidden;
}
/* å³ä¾§æ‚¬æµ® */

.fixed-code *,
.fixed-code {
    box-sizing: border-box;
}
.fixed-code {
    display: none;
    position: fixed;
    right: 20px;
    top: 35%;
    z-index: 999;
    width: 50px;
    background: #eeeeee;
    border-radius: 50px;
    padding: 20px 0;
    padding-bottom: 34px;
}

.fixed-code .fixed-qrcode-list {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -70px;
    width: 140px;
    height: 140px;
}

.fixed-code .fixed-icon-list img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: .8;
    margin-bottom: 12px;
    cursor: pointer;
}

.fixed-code .fixed-icon-list img:hover {
    border: 1px solid #b5b5b5;
    opacity: 1;
}


.fixed-code .fixed-qrcode-list {
    overflow: hidden;
}

.fixed-code .fixed-qrcode-list img{
    display: none;
    width: 100%;
    height: 100%;
    /*border-radius: 140px;
    border: 6px solid #d4d4d4;*/
}

.fixed-code .btn-close-code {
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 1;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
/*å…¨åª’ä½“äº¤äº’ä¿®æ”¹æ&nbsp;·å¼ï¼Œæ”¾åˆ° image3d.cssæ–‡ä»¶æœ€åº•éƒ¨ */

.cloud9-item.active .img-h5bg {
    transition: all .3s ease;
}

.cloud9-item.active .img-h5bg:hover {
    transform: scale(1.55);
}

#showcase {
    width: 1100px;
    height: 520px;
    margin-left: -49px;
}

.right-imgs-jiaohu {
    display: none;
}

.swiper-under3d-wrap {
    width: 1000px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
    box-sizing: content-box;
}

.swiper-under3d-wrap .swiper-container-under3d {
    width: 100%;
    height: 100%;
}

.swiper-under3d-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-under3d-wrap .swiper-slide {
    height: 200px;
    text-align: center;
}

.swiper-under3d-wrap .swiper-slide img {
    width: 320px;
    height: 200px;
}



/*æ›¿æ¢32å¼&nbsp;è½®æ’­å›¾æ•ˆæžœæ&nbsp;·å¼*/
.swiper333 .bg-papper {
	display: none;
}

.swiper333.bk-32 .swiper32-outer {
	padding: 0 40px;
}

.swiper333 .swiper32-outer .swiper-container32 {
	position: static;
	margin-left: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper333 .swiper32-outer .swiper-container32 .swiper-slide {
	width: 600px;
	height: 400px;
	overflow: hidden;
}

.swiper333 .swiper32-outer .swiper-container32 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper333 .swiper32-outer .swiper32-wrap {
	overflow: hidden;
}

.swiper333.bk-32 .bg-cehua {
	position: absolute;
	left: -19px;
	bottom: 7px;
	z-index: 3;
	width: 104%;
	height: auto;
}

.swiper333 .pagination32 {
	position: absolute;
	bottom: 41px;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, 0);
}


.swiper333.bk-32 .swiper32-wrap {
	left: 0;
	top: -8px;
	z-index: 1;
}



</pre></body></html>